Skip to content

Fix all broken issues up to now#79

Closed
Minglei Wang (wangml999) wants to merge 2 commits into
langchain-ai:masterfrom
wangml999:fix-all-broken-issues
Closed

Fix all broken issues up to now#79
Minglei Wang (wangml999) wants to merge 2 commits into
langchain-ai:masterfrom
wangml999:fix-all-broken-issues

Conversation

@wangml999

Copy link
Copy Markdown
  • Update links in README.MD, ingest.sh and ingest.py
  • Replace ChatVectorDBChain with ConversationalRetrievalChain
  • Add tiktoken to requirements.txt

Replace ChatVectorDBChain with ConversationalRetrievalChain
Add tiktoken to requirements.txt
Comment thread main.py Outdated
stream_handler = StreamingLLMCallbackHandler(websocket)
chat_history = []
qa_chain = get_chain(vectorstore, question_handler, stream_handler)
qa_chain = await get_chain(vectorstore, question_handler, stream_handler)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

qa_chain = get_chain(vectorstore, question_handler, stream_handler) #will work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants